 body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }
 body { font-size:14px; color:#454545; font-family:Verdana, Microsoft YaHei, Simsun; background:#f5f5f5; line-height:24px; }
 fieldset, img { border:0; }
 ol, ul { list-style:none; }
 h1, h2, h3, h4, h5, h6{ font-size:100%; }
em { font-style:normal; }
 input, button, select, textarea { outline:none; }
 textarea { resize:none; }
 p{ text-align:justify; text-justify:distribute;}
 a{ color: #666; text-decoration:none; }
 a:hover{ color: #69C0A0; text-decoration:none;}


/* 头部 */
.navbar{margin:0;}
.index-hader{width:100%;height:80px;background-color: #69C0A0;}
/* .nav-header{float:left;} */
.navbar-toggle{margin-top:22px;}
.mu_nav{width:100%;height:80px;    background-color: #69C0A0;
    border-color: #69C0A0;}
.mu_nav .logo{width:207px;height:65px;float:left;padding:7px 0 10px;}
.mu_nav .logo img{width:auto;height:auto;}
.kqr{width:100%;height:auto;}
.kqr #others{width:auto;height:auto;margin-top:15px;float:right;}
.kqr #others li{margin:0;padding:0;}
.kqr #others li a{margin:0;color:#fff;font-size:18px;padding:0 30px;height:50px;line-height: 50px;}

.kqr #others .active a{color:#69C0A0;background-color: #fff;border-radius: 25px;}

.content{width:100%;height:auto;background-color: #F5F5F5;padding-top:20px;padding-bottom:20px;}
/* 尾部 */

.footer{width:100%;height:auto;background-color: #666666;margin-top:20px;}
.footer .foot{width:100%;height:auto;overflow: hidden;}
.footer .foot .all{display:block;margin:50px auto;text-align: center;}
.footer .foot a{display: inline-block;width:10%; color:#fff;font-size:16px; position: relative;}
.footer .foot a:after{
	content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 2px;
    height: 14px;
    background: #fff;
}
.footer .foot a:last-child:after{
	 width: 0px;
}
.footer .foot em{width:100%;height:1px;background-color: #fff;display: block;}
.footer .foot p{color:#fff;font-size:14px;margin:32px 0;text-align: center;}
.footer .foot span{color:#fff;font-size:14px;}



/* 翻页 */

.pages{width:70%;height:auto;overflow: hidden;margin:30px auto;}
.pages span{float:left;margin:9px 10px 0;}
.pages span a{color:#454545;font-size:14px;}
.all_page{float:left;margin-top:8px;}
.all_page samp{margin:0 10px;}

.pages ul{float:left;width:auto;height:auto;}
.pages ul li{width:auto;padding:6px 12px;border:1px solid #ddd;float:left;margin-left:10px;}
.pages ul li a{color:#454545;}
.pages ul .pages_active{background-color: #69C0A0;color:#fff;}
.pages ul .pages_active a{color:#fff;}


@media (max-width: 768px) {
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	       text-align: center;
			   background-color: rgba(0,0,0,0.8);
			   z-index:999;
			   position:absolute;
			   top:79px;
	   }
			.kqr #others li{margin:0;padding:0;transition: all 0.4s ease }
			.kqr #others li a{margin:0;padding:0 30px;height:50px;line-height: 50px;color:#fff;font-size:16px;}
		    .kqr #others .active a{background:rgba(0,0,0,0);border-radius: 0;color:#69C0A0}
			.kqr #others{float:left;}
	        .footer .foot a{display: inline-block;width:20%;color:#fff;font-size:14px;}
	        .footer .foot span{color:#fff;font-size:14px;display: block;line-height:20px;margin-top:10px;}
			
			
			
			.pages{width:100%;height:auto;overflow: hidden;margin:30px auto;}
			.pages span{float:left;margin:9px 6px 0;}
			.pages span a{color:#454545;font-size:14px;}
			.all_page{float:left;margin-top:8px;}
			.all_page samp{margin:0 5px;}
			
			.pages ul{float:left;width:auto;height:auto;}
			.pages ul li{width:auto;padding:3px 8px;border:1px solid #ddd;float:left;margin-left:10px;}
			.pages ul li a{color:#454545;}
	}
	
@media (min-width:768px ) and (max-width:1200px){
		.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		       text-align: center;
				   background-color: rgba(0,0,0,0.8);
				   z-index:999;
				   position:absolute;
				   top:79px;
		   }
				.kqr #others li{margin:0;padding:0;transition: all 0.4s ease }
				.kqr #others li a{margin:0;padding:0 30px;height:50px;line-height: 50px;color:#fff;font-size:16px;}
			    .kqr #others .active a{background:rgba(0,0,0,0);border-radius: 0;color:#69C0A0}
				.kqr #others{float:left;}
		
		
	}